home *** CD-ROM | disk | FTP | other *** search
/ PC Home 138 / PC Home issue 138.iso / Software / Essentials / Netscape / browser.xpi / bin / defaults / pref / all-ns.js < prev    next >
Encoding:
Text File  |  2003-01-31  |  4.4 KB  |  100 lines

  1. /* override some prefs in all.js */
  2. pref("browser.startup.homepage", "chrome://navigator-region/locale/region.properties");
  3. pref("keyword.enabled", true);
  4. pref("profile.confirm_automigration",false);
  5. pref("general.useragent.vendor", "Netscape");
  6. pref("general.useragent.vendorSub", "7.02");
  7. pref("general.license.accepted", false);
  8. pref("browser.throbber.url","chrome://navigator-region/locale/region.properties");
  9. pref("editor.throbber.url","chrome://editor-region/locale/region-ns.properties");
  10. pref("imageblocker.enabled", false);
  11. pref("browser.chrome.favicons", true);
  12. pref("converter.html2txt.structs", false);
  13. pref("keyword.URL", "http://info.netscape.com/fwd/clk70kw1/http://keyword.netscape.com/keyword/");
  14. pref("browser.tabs.autoHide", false);
  15.  
  16. pref("browser.default_homepage.url", "chrome://navigator-region/locale/region.properties");
  17.  
  18. /* disabled for trunk */
  19. pref("timebomb.enabled", false);
  20. /* 1 Oct 2002 12:00:01 */
  21. pref("timebomb.expiration_time", "1033498801000000");
  22. pref("timebomb.timebombURL", "http://home.netscape.com/computing/download/index.html");
  23.  
  24. //prefs for product registration/activation
  25. pref("browser.registration.enable", true);
  26. pref("browser.registration.url", "chrome://navigator-region/locale/region.properties");
  27. pref("browser.registration.domain", "chrome://navigator-region/locale/region.properties");
  28.  
  29. // this will be set to true when the activation dialog comes up the first time
  30. pref("browser.activation.checkedNNFlag", false);
  31.  
  32. //prefs for extracting webmail cookie
  33. pref("browser.webmailcookie.domain", "chrome://navigator-region/locale/region.properties");
  34.  
  35. // Smart Browsing prefs
  36. //   This What's related pref adds a tracking url which mozilla does not use.
  37. pref("browser.related.provider", "http://info.netscape.com/fwd/siduswrl/http://www-rl.netscape.com/wtgn?");
  38.  
  39. // sidebar customization overring for commercial
  40. pref("sidebar.customize.directory.url", "http://home.netscape.com/bookmark/7_0/sbdirectorychrome.html");
  41. pref("sidebar.customize.more_panels.url", "http://home.netscape.com/bookmark/7_0/sbdirectorycustom.html");
  42.  
  43. // sidebar button pref
  44. pref("browser.toolbars.showbutton.sidebar", true);
  45.  
  46. // toolbar search button pref
  47. pref("browser.toolbars.showbutton.netscapesearch", true);
  48.  
  49. // shopping button pref
  50. pref("browser.toolbars.showbutton.netscapeshop", false);
  51.  
  52. // radio button pref
  53. pref("browser.toolbars.showbutton.netscaperadio", true);
  54.  
  55. // net2phone button pref
  56. pref("browser.toolbars.showbutton.net2phone", false);
  57.  
  58. // net2phone pref pref
  59. pref("browser.pref.showcheckbox.net2phone", false);
  60.  
  61. // helpr apps always ask before open pref 
  62. pref("browser.helperApps.alwaysAsk.force", true);
  63.  
  64. // basic search popup constraint: minimum sherlock plugin version displayed
  65. // (note: must be a string representation of a float or it'll default to 0.0)
  66. pref("browser.search.basic.min_ver", "7.0");
  67.  
  68. // whether to show js errors/warnings in our app in the js console
  69. pref("javascript.options.showInConsole", false);
  70.  
  71. // test new activation wizard
  72. pref("browser.test_new_activation", true);
  73. pref("browser.test_new_activation_url", "chrome://communicator/content/profile/activationStart.xul");
  74. pref("browser.new_registration.terms_url", "chrome://navigator-region/locale/region.properties");
  75. pref("browser.new_registration.sns_production_url", "chrome://navigator-region/locale/region.properties");
  76. pref("browser.new_registration.webmail_production_url", "chrome://navigator-region/locale/region.properties");
  77. pref("browser.new_registration.learn_about_NN_url", "chrome://navigator-region/locale/region.properties");
  78.  
  79. // the amount of time (in seconds) that must elapse
  80. // before we think your mozilla profile is defunct
  81. // and you'd benefit from re-migrating from 4.x
  82. // see bug #137886 for more details
  83. //
  84. // if -1, we never think your profile is defunct
  85. // and users will never see the remigrate UI.
  86. // note 6 months == 180 days ==  180 * 24 * 60 * 60 == 15552000
  87. pref("profile.seconds_until_defunct", 15552000);
  88.  
  89. // option to choose plug-in finder
  90. pref("application.use_ns_plugin_finder", true);
  91.  
  92. pref("privacy.popups.sound_enabled",              true);
  93. pref("privacy.popups.sound_url",                  "");
  94. pref("privacy.popups.statusbar_icon_enabled",     true);
  95. pref("privacy.popups.prefill_whitelist",          true);
  96. pref("privacy.popups.default_whitelist",          "chrome://navigator-region/locale/region.properties");
  97.  
  98. // enable link prefetching
  99. pref("network.prefetch-next", true);
  100.